home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Oct 89 / Z0030-beInSuperView?-Oct89 < prev    next >
Encoding:
Text File  |  1989-10-10  |  705 b   |  23 lines  |  [TEXT/GEOL]

  1. Item    4691190                         9-Oct-89        17:39
  2.  
  3. From:   D0671                           Market Eng, Eric Weissmann,PRT
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    beInSuperView?
  8.  
  9. Hello:
  10.  
  11. It strikes me as somewhat gnarly that the TView class does not have a
  12. beInSuperView method.
  13.  
  14. The most obvious weak functionality as a result is that the AddSubView method
  15. must directly set the fSuperView field of the new subview.  This works fine in
  16. most cases, but if the new subview is a TScroller, than the caller must
  17. explicitly deal with adding the associated scrollbars (which, ideally, would be
  18. completely handled by TScroller overriding beInSuperView).
  19.  
  20. Regards,
  21. Eric
  22.  
  23.